records
Evolution of the number of signals equipped with TBL1+
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"evolutie-van-het-aantal-seinen-uitgerust-met-tbl1",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/evolutie-van-het-aantal-seinen-uitgerust-met-tbl1"
}
] - "definitions":{
- "evolutie-van-het-aantal-seinen-uitgerust-met-tbl1":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/evolutie-van-het-aantal-seinen-uitgerust-met-tbl1_records"
}
}
} - "records":
} - "properties":
- "evolutie-van-het-aantal-seinen-uitgerust-met-tbl1_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "jaar":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "aantal":{
- "type":"integer",
- "title":"Number of equipped light signals ",
- "description":""
}
} - "jaar":
}
} - "fields":
} - "properties":
} - "evolutie-van-het-aantal-seinen-uitgerust-met-tbl1":
}